All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.apple.alpha.core.NativeObject | +----com.apple.alpha.app.Responder | +----com.apple.alpha.app.Window | +----com.apple.alpha.app.Panel | +----com.apple.alpha.app.SavePanel | +----com.apple.alpha.app.OpenPanel
NSOpenPanel
.
[[NSOpenPanel
alloc] init]
.
- initWithCoder:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
- allowsMultipleSelection
Objective-C instance method.
- canChooseDirectories
Objective-C instance method.
- canChooseFiles
Objective-C instance method.
- filenames
Objective-C instance method.
+ openPanel
Objective-C class method.
- runModalForTypes:
Objective-C instance method.
- runModalForDirectory:file:types:
Objective-C instance method.
- setAllowsMultipleSelection:
Objective-C instance method.
- setCanChooseDirectories:
Objective-C instance method.
- setCanChooseFiles:
Objective-C instance method.
protected OpenPanel(boolean shouldAllocate, int objcObject)
public OpenPanel()
[[NSOpenPanel
alloc] init]
.
public OpenPanel(Coder aDecoder)
- initWithCoder:
on a newly allocated object.
public OpenPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag)
- initWithContentRect:styleMask:backing:defer:
on a newly allocated object.
public OpenPanel(Rect contentRect, int aStyle, int bufferingType, boolean flag, Screen screen)
- initWithContentRect:styleMask:backing:defer:screen:
on a newly allocated object.
public static native OpenPanel openPanel()
+ openPanel
Objective-C class method.
public native void setAllowsMultipleSelection(boolean flag)
- setAllowsMultipleSelection:
Objective-C instance method.
public native boolean allowsMultipleSelection()
- allowsMultipleSelection
Objective-C instance method.
public native void setCanChooseDirectories(boolean flag)
- setCanChooseDirectories:
Objective-C instance method.
public native boolean canChooseDirectories()
- canChooseDirectories
Objective-C instance method.
public native void setCanChooseFiles(boolean flag)
- setCanChooseFiles:
Objective-C instance method.
public native boolean canChooseFiles()
- canChooseFiles
Objective-C instance method.
public native Array filenames()
- filenames
Objective-C instance method.
public native int runModalInDirectoryWithFileForTypes(String path, String name, Array fileTypes)
- runModalForDirectory:file:types:
Objective-C instance method.
public native int runModalForTypes(Array fileTypes)
- runModalForTypes:
Objective-C instance method.
All Packages Class Hierarchy This Package Previous Next Index